13 lines
178 B
Makefile
13 lines
178 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_BASE_NAME:=xdm
|
||
|
PKG_NAME:=xdm-X11R7.2
|
||
|
PKG_RELEASE:=1
|
||
|
PKG_VERSION:=1.1.3
|
||
|
|
||
|
_DEPEND:=
|
||
|
|
||
|
include ../common.mk
|
||
|
|
||
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|